     /* 翻屏swiper */
     .IndexSwiper {
         width: 100%;
         height: 100vh;
         overflow: hidden;
     }

     .IndexBox {
         width: 100%;
         height: 100%;
         overflow: hidden;
         position: relative;
     }

     .footerSlide {
         height: auto;
         overflow: visible;
         position: relative;
         z-index: 2;
     }

     /* .htmlSlide {
       top: 200px;
       transform: scale(0.8) !important;
       transition: 1s;
       z-index: 1;
   }

   .htmlSlide.swiper-slide-active {
       top: 0;
       transform: scale(1) !important;
       z-index: 2;
   } */

     @media (max-width: 1200px) {
         .IndexSwiper {
             display: block;
             height: auto;
         }

         .IndexSwiper>.swiper-wrapper {
             display: block;
         }
     }

     /* 框架 */
     section {
         overflow: hidden;
         width: 100%;
         height: 100%;
     }

     /* 标题 */
     .indexTitle {
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .indexTitle h2 {
         font-weight: 700;
         font-size: 48px;
         color: #1D1D1D;
         text-align: center;
         line-height: 1;
     }

     .indexTitle h1 {
         font-weight: 700;
         font-size: 38px;
         color: #1D1D1D;
         margin: 15px 0;
         text-align: center;
         line-height: 1;
     }

     .indexTitle span {
         display: block;
         width: 60px;
         height: 2px;
         background: #1D1D1D;
     }


     @media (max-width: 1440px) {}

     @media (max-width: 1200px) {
         .indexTitle h2 {
             font-size: 38px;
         }

         .indexTitle h1 {
             font-size: 28px;
         }
     }

     @media (max-width: 720px) {
         .indexTitle h2 {
             font-size: 28px;
         }

         .indexTitle h1 {
             font-size: 18px;
         }
     }